home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / default / acpi-support next >
Text File  |  2009-10-13  |  5KB  |  150 lines

  1. #
  2. # Configuration file for the acpi-support package
  3. #
  4. #
  5. # The acpi-support package is intended as "glue" to make special functions of
  6. # laptops work. Specifically, it translates special function keys for some
  7. # laptop models into actions or generic function key presses.
  8. #
  9.  
  10.  
  11. #
  12. # Suspend/hibernate method
  13. # ------------------------
  14. #
  15. # When gnome-power-manager or klaptopdaemon are running, acpi-support will
  16. # translate the suspend and hibernate keys of laptops into special "suspend"
  17. # and "hibernate" keys that these daemons handle.
  18. #
  19. # Only in situations where there is no gnome-power-manager or klaptopdaemon
  20. # running, acpi-support needs to perform suspend/hibernate in some other way.
  21. # There are several options for this. The options are:
  22. #
  23. # dbus-pm:
  24. #    Perform suspend and hibernate actions via a DBUS request to the power
  25. #    management daemon. This works for power management daemons that we don't
  26. #    know of. (For gnome-power-manager and klaptopdaemon this will do nothing,
  27. #    since those will be detected when they are running, and triggered using
  28. #    a virtual keypress.)
  29. #
  30. # dbus-hal:
  31. #    Perform suspend and hibernate actions via a DBUS request directly to HAL,
  32. #    bypassing any running power management daemons.
  33. #
  34. # pm-utils:
  35. #    Use pm-suspend and pm-hibernate to suspend and hibernate. (The dbus method
  36. #    normally results in this as well, but calls through dbus. Use this option
  37. #    only if you don't have dbus installed.)
  38. #
  39. # hibernate:
  40. #    Use the hibernate package to suspend and hibernate.
  41. #
  42. # acpi-support:
  43. #    Use the legacy built-in suspend/hibernate support. (DEPRECATED)
  44. # none:
  45. #    Do not attempt to suspend/hibernate. Set SUSPEND_METHODS="none" to
  46. #    disable suspend/hibernate handling in acpi-support.
  47. #
  48. # If you specify dbus or pm-utils, the result will normally be the same as when
  49. # you suspend from your desktop environment. If you specify "hibernate" or
  50. # "acpi-support", be aware that this probably does not match what your desktop
  51. # environment would do (unless you have managed to configure something so that
  52. # the DBUS power management interfaces call the hibernate package).
  53. #
  54. #
  55. # Please specify a space separated list of options. The recommended value is
  56. # "dbus pm-utils"
  57. #
  58. SUSPEND_METHODS="dbus-pm dbus-hal pm-utils"
  59.  
  60.  
  61.  
  62. #
  63. # LEGACY BUILT IN SUSPEND SUPPORT (DEPRECATED)
  64. # --------------------------------------------
  65. #
  66. # These options only work for the "acpi-support" suspend method. This is NOT
  67. # recommended, but is retained for backward compatibility reasons.
  68. #
  69.  
  70. # Comment the next line to disable ACPI suspend to RAM
  71. ACPI_SLEEP=true
  72.  
  73. # Comment the next line to disable suspend to disk
  74. ACPI_HIBERNATE=true
  75.  
  76. # Change the following to "standby" to use ACPI S1 sleep, rather than S3.
  77. # This will save less power, but may work on more machines
  78. ACPI_SLEEP_MODE=mem
  79.  
  80. # Add modules to this list to have them removed before suspend and reloaded
  81. # on resume. An example would be MODULES="em8300 yenta_socket"
  82. #
  83. # Note that network cards and USB controllers will automatically be unloaded 
  84. # unless they're listed in MODULES_WHITELIST
  85. MODULES=""
  86.  
  87. # Add modules to this list to leave them in the kernel over suspend/resume
  88. MODULES_WHITELIST=""
  89.  
  90. # Should we save and restore state using the VESA BIOS Extensions?
  91. SAVE_VBE_STATE=true
  92.  
  93. # The file that we use to save the vbestate
  94. VBESTATE=/var/lib/acpi-support/vbestate
  95.  
  96. # Should we attempt to warm-boot the video hardware on resume?
  97. POST_VIDEO=true
  98.  
  99. # Save and restore video state?
  100. # SAVE_VIDEO_PCI_STATE=true
  101.  
  102. # Should we switch the screen off with DPMS on suspend?
  103. USE_DPMS=true
  104.  
  105. # Use Radeontool to switch the screen off? Seems to be needed on some machines
  106. # RADEON_LIGHT=true
  107.  
  108. # Uncomment the next line to switch away from X and back again after resume.
  109. # This is needed for some hardware, but should be unnecessary on most.
  110. # DOUBLE_CONSOLE_SWITCH=true
  111.  
  112. # Set the following to "platform" if you want to use ACPI to shut down
  113. # your machine on hibernation
  114. HIBERNATE_MODE=shutdown
  115.  
  116. # Comment this out to disable screen locking on resume
  117. LOCK_SCREEN=true
  118.  
  119. # Uncomment this line to have DMA disabled before suspend and reenabled
  120. # afterwards
  121. # DISABLE_DMA=true
  122.  
  123. # Uncomment this line to attempt to reset the drive on resume. This seems
  124. # to be needed for some Sonys
  125. # RESET_DRIVE=true
  126.  
  127. # Add services to this list to stop them before suspend and restart them in 
  128. # the resume process.
  129. STOP_SERVICES=""
  130.  
  131. # Restart Infra Red services on resume - off by default as it crashes some
  132. # machines
  133. RESTART_IRDA=false
  134.  
  135. # Switch to laptop-mode on battery power - off by default as it causes odd
  136. # hangs on some machines.  (Note: This is reported to cause breakage in
  137. # Debian - see deb bug #425800.  Leaving enabled for Ubuntu for now
  138. # since presumably it's still valid here.)
  139. ENABLE_LAPTOP_MODE=false
  140.  
  141. # Add to this list network interfaces that you don't want to be stopped
  142. # during suspend (in fact any network interface whose name starts with
  143. # a prefix given in this list is skipped)
  144. SKIP_INTERFACES="dummy qemu"
  145.  
  146. # Note: to enable "laptop mode" (to spin down your hard drive for longer
  147. # periods of time), install the laptop-mode-tools package and configure
  148. # it in /etc/laptop-mode/laptop-mode.conf. 
  149.